home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2003: The Beautiful Scenery
/
enter-parhaat-2003.iso
/
files
/
Gnop.exe
/
scripts
/
DefineButton2_46
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-12-31
|
318 b
|
16 lines
on(release){
_root.valikko.erat += 2;
if(9 < _root.valikko.erat)
{
_root.valikko.erat = 1;
}
if(_root.valikko.erat < 3)
{
_root.nappulaErat.teksti = "PELATAAN 1 PALLO";
}
else
{
_root.nappulaErat.teksti = "PELATAAN " + _root.valikko.erat + " PALLOA";
}
}